Orchestration SDK 5.13.2
Loading...
Searching...
No Matches
OrchestrationErrorDelegate.h
Go to the documentation of this file.
1
2//
3// © 1999 – 2019 OneSpan North America Inc. All rights reserved.
4// All rights reserved. https://www.onespan.com/
5//
7
8#import <Foundation/Foundation.h>
9NS_ASSUME_NONNULL_BEGIN
10
13
23NS_REFINED_FOR_SWIFT
24@protocol OrchestrationErrorDelegate <NSObject>
25
31- (void)orchestrationError:(OrchestrationError*)error withCommand:(NSString *_Nullable)command;
32
38- (void)orchestrationServerError:(OrchestrationServerError*)error;
39
40
41@end
42
43NS_ASSUME_NONNULL_END
Definition OrchestrationError.h:18
Definition OrchestrationServerError.h:18